Document and Signature Definitions
URI
/trustedx-resources/esignsp/v2/documents/{doc_and_sigdefs_id}Description
Resource containing a document and one or more signature definitions.
Representation
A document and signature definitions resource is represented in JSON as follows:
{ "id" : {string}, "self" : {string}, "signers" : [ {SignatureDefinition} ], "content" : {string}}|
Property |
Description |
|
id |
Identifier of the resource. This property is optional and only present when the representation is for an already created resource. |
|
self |
URL of the resource. This property is optional and only present when the representation is for an already created resource. |
|
signers[] |
Signature definitions containing the resource. This property is optional. |
|
content |
Document contained by the resource. This property is optional and currently never included in the representations of the resource. |